home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00544.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  165 b   |  11 lines

  1. on mouseUp
  2.   global s, adv
  3.   do("sel" & s & EMPTY)
  4.   zoom3()
  5.   set adv to random(10)
  6.   if adv = 1 then
  7.     set the visible of sprite 44 to 1
  8.     adit()
  9.   end if
  10. end
  11.